type google.golang.org/grpc/balancer/base.errPicker

3 uses

	google.golang.org/grpc/balancer/base (current package)
		balancer.go#L248: 	return &errPicker{err: err}
		balancer.go#L256: type errPicker struct {
		balancer.go#L260: func (p *errPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {